home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB6 Code / Class 6 / QuickExample12.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-09-14  |  3.1 KB  |  92 lines

  1. VERSION 5.00
  2. Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
  3. Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
  4. Begin VB.Form Form1 
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   3120
  7.    ClientLeft      =   60
  8.    ClientTop       =   345
  9.    ClientWidth     =   4365
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   3120
  12.    ScaleWidth      =   4365
  13.    StartUpPosition =   3  'Windows Default
  14.    Begin MSAdodcLib.Adodc Adodc1 
  15.       Height          =   330
  16.       Left            =   120
  17.       Top             =   2640
  18.       Width           =   2655
  19.       _ExtentX        =   4683
  20.       _ExtentY        =   582
  21.       ConnectMode     =   0
  22.       CursorLocation  =   3
  23.       IsolationLevel  =   -1
  24.       ConnectionTimeout=   15
  25.       CommandTimeout  =   30
  26.       CursorType      =   3
  27.       LockType        =   3
  28.       CommandType     =   2
  29.       CursorOptions   =   0
  30.       CacheSize       =   50
  31.       MaxRecords      =   0
  32.       BOFAction       =   0
  33.       EOFAction       =   0
  34.       ConnectStringType=   1
  35.       Appearance      =   1
  36.       BackColor       =   -2147483643
  37.       ForeColor       =   -2147483640
  38.       Orientation     =   0
  39.       Enabled         =   -1
  40.       Connect         =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Nwind.mdb"
  41.       OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Nwind.mdb"
  42.       OLEDBFile       =   ""
  43.       DataSourceName  =   ""
  44.       OtherAttributes =   ""
  45.       UserName        =   ""
  46.       Password        =   ""
  47.       RecordSource    =   "Orders"
  48.       Caption         =   "Adodc1"
  49.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  50.          Name            =   "MS Sans Serif"
  51.          Size            =   8.25
  52.          Charset         =   0
  53.          Weight          =   400
  54.          Underline       =   0   'False
  55.          Italic          =   0   'False
  56.          Strikethrough   =   0   'False
  57.       EndProperty
  58.       _Version        =   393216
  59.    End
  60.    Begin MSComCtl2.MonthView MonthView1 
  61.       DataField       =   "OrderDate"
  62.       DataSource      =   "Adodc1"
  63.       Height          =   2370
  64.       Left            =   120
  65.       TabIndex        =   0
  66.       Top             =   120
  67.       Width           =   2700
  68.       _ExtentX        =   4763
  69.       _ExtentY        =   4180
  70.       _Version        =   393216
  71.       ForeColor       =   -2147483630
  72.       BackColor       =   -2147483633
  73.       Appearance      =   1
  74.       StartOfWeek     =   24444929
  75.       CurrentDate     =   36401
  76.    End
  77.    Begin VB.Label Label1 
  78.       Caption         =   "Label1"
  79.       DataField       =   "OrderDate"
  80.       DataSource      =   "Adodc1"
  81.       Height          =   495
  82.       Left            =   2880
  83.       TabIndex        =   1
  84.       Top             =   120
  85.       Width           =   1215
  86.    End
  87. Attribute VB_Name = "Form1"
  88. Attribute VB_GlobalNameSpace = False
  89. Attribute VB_Creatable = False
  90. Attribute VB_PredeclaredId = True
  91. Attribute VB_Exposed = False
  92.